NextRowTableType Property

Specifies the reference made by a database table. The defined values are: -table : the value of the text:table-name attribute is the name of a database table. -query : the value of the text:table-name attribute is the name of a database query. -command : the value of the text:table-name attribute is an SQL statement.

Definition

Namespace: Independentsoft.Office.Odf.Fields
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public TableType TableType { get; set; }

Property Value

TableType

See Also